home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10040 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: news.u.washington.edu!dolphin
  2. From: dolphin@bluemoon.astro.washington.edu (Andrew Dolphin)
  3. Newsgroups: comp.lang.c
  4. Subject: some questions
  5. Date: 15 Mar 1996 10:27:27 GMT
  6. Organization: University of Washington
  7. Message-ID: <4ibgmf$427@nntp5.u.washington.edu>
  8. NNTP-Posting-Host: bluemoon.astro.washington.edu
  9. X-Newsreader: NN version 6.5.0 #2 (NOV)
  10.  
  11. I am trying to convert some programs from Borland C++ (on a PC) to gcc, and
  12. have had trouble getting screen displays in a vt100 or xterm terminal
  13. working.  I'm wondering if anyone could help with any of the following
  14. questions:
  15.  
  16.  -is there a gcc equivalent to move around the screen, (gotoxy in Borland C)
  17.  -for clearing the screen (clrscr)
  18.  -changing background/foreground colors? (textcolor...)
  19.  
  20. The last one may require sending vt100/vt220 commands.  Does anyone know
  21. where I could get a list of those?
  22.  
  23. On a separate note, does anyone know what is required to make a modem
  24. connection on a PC?  I initialize the serial line, and send a modem
  25. initialization string and a atdt phone number command, but never get the
  26. login text.  So is there something I need to do to get the connection
  27. established?
  28.  
  29. An emailed reply would be greatly appreciated.
  30.  
  31.   Andy Dolphin
  32.   dolphin@astro.washington.edu
  33.  
  34.